.f16 {
  font-size: 16px;
}
.f20 {
  font-size: 20px;
}
.f24 {
  font-size: 24px;
}
.f28 {
  font-size: 28px;
}
.f30 {
  font-size: 30px;
}
.f40 {
  font-size: 40px;
}
.f42 {
  font-size: 42px;
}
.lh2 {
  line-height: 2;
}
.w130 {
  width: 130px!important;
}
.w360 {
  width: 360px!important;
}
.w10p {
  width: 10%!important;
}
.w100p {
  width: 100%!important;
}
.h50 {
  height: 50px;
}
.h150 {
  height: 150px;
}
.mt0 {
  margin-top: 0px!important;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt75 {
  margin-top: 75px;
}
.mr5 {
  margin-right: 5px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb40 {
  margin-bottom: 40px;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px!important;
}
.pt40 {
  padding-top: 40px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.px15 {
  padding-left: 15px;
  padding-right: 15px;
}
.px20 {
  padding-left: 20px;
  padding-right: 20px;
}
.px30 {
  padding-left: 30px;
  padding-right: 30px;
}
.py5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.clr-primary {
  color: #181F46;
}
.clr-blue {
  color: #556FFF;
}
.bg-white {
  background-color: #fff;
}
.tal {
  text-align: left!important;
}
.tac {
  text-align: center!important;
}
.tar {
  text-align: right!important;
}
.of-hidden {
  overflow: hidden!important;
}
.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ellipsis2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #181F46;
  border-color: #181F46;
}
.btn-primary:hover {
  color: #fff;
  background-color: #161c3f;
  border-color: #161c3f;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #161c3f;
  border-color: #161c3f;
  box-shadow: 0 0 0 2px rgba(24, 31, 70, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #25306e;
  border-color: #25306e;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #25306e;
  border-color: #25306e;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(24, 31, 70, 0.5);
}
.btn__round {
  border-radius: 100px;
}
html,
body {
  font-size: 16px;
  color: #222;
  background-color: #f8f8f8;
}
dl,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
a,
a:hover {
  text-decoration: none;
}
img {
  display: block;
}
body {
  min-width: 1630px;
}
.full-screen {
  width: 100%;
  height: 100%;
}
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1010;
  width: 100%;
  height: 78px;
  background-color: #fff;
}
.navbar .container {
  max-width: 1550px;
}
.navbar-brand {
  width: 210px;
  height: 78px;
  text-indent: -9999px;
  background: url(../images/cy-logo-name.png) no-repeat left center;
  background-size: 100%;
}
.navbar-contact {
  display: none;
}
.navbar-contact-btn {
  font-size: 12px;
  width: 130px;
}
.navbar-nav-scroll {
  width: 10%;
  -ms-flex: 1;
      flex: 1;
  height: 78px;
}
.navbar-nav {
  margin: 0;
  padding-left: 50px;
  white-space: nowrap;
  font-size: 0;
}
.navbar .nav-item {
  position: relative;
  display: inline-block;
  padding: 0 25px;
  font-size: 14px;
  color: #676767;
  line-height: 78px;
}
.navbar .nav-link {
  color: inherit;
  text-decoration: none;
}
.navbar .nav-link:hover {
  color: #374FD3;
}
.navbar .nav-link__active {
  color: #181f46;
}
.navbar .sub-nav {
  display: none;
}
.navbar .expand:after {
  content: "";
  width: 44px;
  height: 7px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -22px;
  background-color: #0e153c;
}
.navbar .expand .sub-nav {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  padding: 15px 0;
  background-color: #fff;
}
.navbar .expand .sub-nav .nav-item {
  display: block;
  text-align: center;
  padding: 8px 0;
  line-height: 1.5;
}
.navbar-menu-btn,
.navbar-menu-logo {
  display: none;
}
section.container {
  width: 1550px;
  font-size: 20px;
  margin: 0 auto;
  max-width: unset;
  padding-top: 48px;
  padding-bottom: 40px;
}
.banner-section {
  min-width: 1550px;
  padding-top: 78px;
}
.banner-section .container-fluid {
  color: #fff;
  position: relative;
  height: 500px;
  text-align: center;
  overflow: hidden;
}
.banner-section .banner-title {
  font-size: 46px;
}
.banner-section .banner-subtitle {
  font-size: 26px;
}
.section-logo {
  font-size: 48px;
  margin-bottom: 50px;
}
.section-logo img {
  display: inline-block;
  height: 72px;
  margin-right: 16px;
  vertical-align: top;
}
.section-title {
  font-size: 48px;
  font-weight: normal;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
.sub-section .section-title {
  font-size: 30px;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 40px;
}
.footer {
  color: #fff;
  background-color: #181F46;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #dedede;
}
.footer .container {
  width: 1630px;
}
.footer-title {
  padding: 0px 40px 10px;
  border-bottom: 1px solid #ffffff80;
}
.footer-menu {
  padding: 10px;
}
.footer-menu dt {
  font-size: 14px;
  margin-bottom: 20px;
}
.footer-menu dd {
  font-size: 12px;
  margin-bottom: 12px;
}
.footer-info {
  text-align: center;
  padding: 10px 40px 0;
  margin-bottom: 0px;
  border-top: 1px solid #ffffff80;
}
.banner-section.index-page .container-fluid {
  padding-top: 180px;
  background: url(../images/image.png) center;
  background-size: auto 100%;
}
.ashes-rack {
  padding: 30px;
}
.ashes-rack .ashes-rack__info {
  padding-right: 80px;
}
.ashes-rack__list {
  font-size: 0;
  margin-top: 60px;
  width: 100%;
  text-align: center;
}
.ashes-rack__list li {
  display: inline-block;
  margin: 15px;
  background-size: cover;
}
.ashes-rack__title {
  width: 270px;
  line-height: 160px;
  font-size: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
.ashes-rack__media {
  display: block;
  height: 600px;
}
.funeral-system {
  padding: 90px 60px 80px 30px;
}
.funeral-system__img {
  display: -ms-flexbox;
  display: flex;
  height: 512px;
}
.funeral-system__img img {
  max-width: 100%;
  max-height: 100%;
  margin: auto auto 0;
}
.funeral-system .funeral-system__info {
  padding-left: 100px;
}
.funeral-system__action li {
  font-size: 18px;
  line-height: 50px;
  width: 370px;
  height: 50px;
  margin-top: 15px;
  padding-left: 18px;
  cursor: pointer;
  border: 1px solid #9C9C9C;
  background: url(../images/icon-enter.png) no-repeat 325px center;
}
.funeral-system__action li:hover,
.funeral-system__action li.active {
  color: #fff;
  background: url(../images/icon-enter-w.png) #181F46 325px center no-repeat;
}
.worship-hall .section-title {
  text-align: left;
}
.worship-hall .audio-btn {
  float: right;
  line-height: 42px;
  font-size: 12px;
  margin-top: 18px;
  padding: 0 20px 0 50px;
  background-image: url(../images/icon-play.png);
  background-repeat: no-repeat;
  background-position: 15px center;
}
.worship-hall .audio-btn .pause {
  background-image: url(../images/icon-pause.png);
}
.worship-hall__list {
  color: #fff;
}
.worship-hall__list .d-flex {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 650px;
  padding: 60px 36px 45px;
  word-break: break-all;
  background-color: rgba(0, 0, 0, 0.2);
}
.worship-hall__list:hover .f20 {
  display: none;
}
.worship-hall__item {
  width: 280px;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  transition: width linear 180ms;
  background-size: auto 100%;
}
.worship-hall__item:hover {
  width: 680px;
}
.worship-hall__item:hover .f20 {
  display: block;
}
.worship-hall__item:hover .d-flex {
  background-color: unset;
}
.platform {
  margin-top: 20px;
  padding: 30px 0 10px;
  background: url(../images/platform-bg.png) no-repeat center;
  background-size: auto 100%;
}
.platform .section-title {
  text-align: left;
}
.platform__btn {
  font-size: 12px;
  line-height: 42px;
  padding: 0 42px;
  margin-top: 20px;
}
.platform__qrcode {
  margin-top: 30px;
  width: 162px;
  height: 162px;
}
.platform__img {
  width: 625px;
  height: 629px;
  float: right;
}
.address-map {
  margin: 60px auto 20px;
  width: 820px;
  height: 420px;
  border-radius: 30px;
  border: 1px solid #AFAEAE;
}
.certificate-list {
  margin-top: 20px;
  font-size: 0;
  text-align: center;
}
.certificate-list li {
  display: inline-block;
  margin: 50px 70px 40px;
}
.certificate-list li img {
  width: 360px;
  height: 460px;
}
.banner-section.funeral-page .container-fluid {
  background: url(../images/banner-funeral.png) center;
  background-size: auto 100%;
}
.banner-section.funeral-page .banner-title {
  margin-top: 160px;
}
.banner-section.funeral-page .func-list {
  margin-top: 30px;
  font-size: 0;
}
.banner-section.funeral-page .func-list li {
  display: inline-block;
  vertical-align: top;
  font-size: 26px;
  padding: 7px 40px;
  margin: 0 18px;
  border: 1px solid #AFAEAE;
}
.shortage-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: stretch;
      justify-content: stretch;
  font-size: 20px;
}
.shortage-list > li {
  position: relative;
  -ms-flex: 1;
      flex: 1;
  padding: 55px 30px 25px;
  margin-left: 60px;
  background-color: #fff;
}
.shortage-list > li:before {
  position: absolute;
  content: '已解决';
  left: 0;
  top: 0;
  width: 175px;
  height: 35px;
  color: #fff;
  line-height: 34px;
  padding-left: 50px;
  background: url(../images/right-bg.png) no-repeat;
  background-size: auto 100%;
}
.shortage-list > li:first-child {
  margin-left: 0;
}
.smart-solution {
  padding: 105px 60px 88px;
  font-size: 20px;
}
.smart-solution .section-title {
  text-align: left;
}
.smart-solution__list {
  margin-top: 30px;
  margin-right: 200px;
}
.smart-solution__list > li {
  margin-bottom: 30px;
}
.smart-solution__video > video {
  display: block;
  width: 100%;
  height: 538px;
}
.func-module {
  font-size: 0;
  margin: 75px -40px 0;
}
.func-module > li {
  display: inline-block;
  vertical-align: top;
  font-size: 30px;
  margin: 45px 40px 0;
}
.func-module__item {
  display: block;
  width: 320px;
  height: 340px;
  text-align: center;
  padding: 88px 30px 30px;
  color: #000;
  background-color: #fff;
}
.func-module__icon {
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto 60px;
  background: center no-repeat;
  background-size: contain;
}
.effect-list {
  font-size: 0;
  margin: 75px -12px 0;
}
.effect-list > li {
  display: inline-block;
  vertical-align: top;
  width: 362px;
  padding: 45px 12px 20px;
  margin: 0 12px;
  background: #fff;
}
.effect-desc {
  font-size: 20px;
  height: 180px;
  padding: 0 18px;
}
.effect-img {
  width: 100%;
  height: 285px;
}
.news-list {
  font-size: 0;
  margin: 50px -15px 0;
}
.news-list > li {
  display: inline-block;
  vertical-align: top;
  width: 350px;
  padding: 0;
  margin: 20px 15px 0;
  background: #fff;
}
.news-img {
  display: block;
  width: 100%;
  height: 265px;
}
.news-title {
  font-size: 26px;
  width: 100%;
  padding: 14px 15px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-desc {
  font-size: 16px;
  color: #676767;
  height: 72px;
  padding: 0 15px;
  overflow: hidden;
  margin-bottom: 20px;
}
.contact__info {
  padding-top: 40px;
}
.contact__info .contact-btn {
  display: none;
}
.contact__panel {
  float: right;
  width: 750px;
  font-size: 20px;
  padding: 30px;
  border-radius: 30px;
  border: 1px solid #AFAEAE;
  background-color: #fff;
}
.contact__form {
  padding: 30px 20px;
  margin-top: 75px;
}
.contact-label {
  width: 100px;
  margin-right: 20px;
  line-height: 36px;
}
.contact-item {
  margin-bottom: 28px;
}
.contact-item input {
  height: 36px;
  max-width: 100%;
}
.contact-btn {
  display: block;
  width: 400px;
  font-size: 20px;
  line-height: 40px;
  margin: 0 auto;
}
.banner-section.sacrificial-page .container-fluid {
  text-align: left;
  padding-top: 100px;
  background: url(../images/banner-sacrificial.png) center;
  background-size: auto 100%;
}
.banner-section.sacrificial-page .banner-subtitle {
  margin-top: 40px;
}
.worship-hall2 {
  padding: 100px 40px;
}
.worship-hall2 .section-title {
  text-align: left;
}
.worship-hall2__video {
  width: 720px;
  height: 360px;
  margin-left: 175px;
}
.worship-process {
  margin: 60px -26px -80px;
}
.worship-process li {
  position: relative;
  float: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  font-size: 20px;
  width: 472px;
  height: 460px;
  padding: 30px 30px;
  margin: 0 26px 80px;
  background-color: #fff;
}
.worship-process li .flex-fill {
  padding-top: 8px;
}
.worship-process__no {
  display: inline-block;
  font-size: 42px;
  vertical-align: bottom;
  color: #181f46;
  line-height: 32px;
  padding-left: 16px;
  padding-right: 10px;
  border-left: 8px solid #181f46;
}
.worship-process__img {
  position: absolute;
  left: 70px;
  right: 70px;
  bottom: 0;
}
.worship-process__img img {
  width: 100%;
}
.worship-process::after {
  content: '';
  clear: both;
  display: table;
}
.value-proposition {
  margin: 70px 0 0;
}
.value-proposition .col-3 {
  background-repeat: no-repeat;
  background-size: cover;
}
.value-proposition a {
  display: block;
  color: #fff;
  font-size: 40px;
  height: 540px;
  padding-top: 180px;
  margin: 0 -15px;
  background: rgba(0, 0, 0, 0.5);
}
.banner-section.platform-page .container-fluid {
  text-align: left;
  padding-top: 60px;
  background: url(../images/banner-platform.png) #0E153C center;
  background-size: auto 100%;
}
.banner-section.platform-page .num-span {
  font-size: 46px;
  color: #73E0FF;
}
.banner-section.platform-page .num-span::before,
.banner-section.platform-page .num-span::after {
  color: #fff;
  font-size: 26px;
}
.banner-section.platform-page .num-span::before {
  content: '：';
}
.banner-section.platform-page .num-span::after {
  content: '人次';
  margin-left: 5px;
}
.banner-section.platform-page .qr-code {
  margin-top: 40px;
  width: 100px;
  height: 100px;
}
.museum__desc {
  font-size: 18px;
  line-height: 3;
}
.platform-data {
  padding: 40px 0 80px;
  background: url(../images/platform-data-bg.png) center;
  background-size: auto 100%;
}
.platform-data__item {
  font-size: 70px;
  padding: 20px 30px 40px;
  margin: 70px 10px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #fff;
}
.platform-data__desc {
  font-size: 18px;
  margin: 30px 10% 0;
}
.platform-data__marquee {
  position: relative;
  height: 210px;
  overflow: hidden;
  margin-top: 50px;
}
.platform-data__marquee .d-flex {
  width: 100%;
  padding: 10px 20px;
}
.platform-data__candle {
  height: 43px;
  margin-right: 20px;
}
.platform-data__avatar {
  width: 50px;
  height: 50px;
  margin: 0 20px;
  overflow: hidden;
  border-radius: 50%;
}
.platform-data__avatar > img {
  height: 100%;
  margin: 0 auto;
}
.service {
  margin: 0;
  padding-top: 50px;
}
.service__item {
  color: #fff;
  height: 410px;
  padding: 40px 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.consultation {
  display: none;
}
.banner-section.list-page .container-fluid {
  color: #000000;
  text-align: left;
  padding-top: 150px;
  background: url(../images/banner-list.png) center;
  background-size: auto 100%;
}
.article-list {
  padding: 15px 0 55px;
}
.article-item {
  color: #000;
  font-size: 20px;
  padding: 30px 0;
  border-bottom: 1px solid #E9E6E1;
}
.article-item__date {
  display: inline-block;
  color: #181F46;
  line-height: 36px;
  padding: 0 20px;
  margin-top: 16px;
  border: 1px solid #181F46;
}
.article-item__image {
  float: right;
  width: 400px;
  height: 200px;
}
.article-section {
  border-top: 90px solid #f8f8f8;
  background-color: #fff;
}
.article-title {
  font-size: 42px;
}
.article-date {
  color: #181F46;
}
.article-content {
  padding: 50px 0 30px;
  font-size: 20px;
}
.tab-list {
  padding: 40px 0;
  font-size: 0;
}
.tab-list .container,
.tab-content .container {
  padding-top: 0;
  padding-bottom: 0;
}
.tab-item {
  display: inline-block;
  height: 48px;
  font-size: 26px;
  line-height: 50px;
  margin-right: 40px;
  cursor: pointer;
  border-bottom: 5px solid transparent;
}
.tab-item__active,
.tab-item:hover {
  color: #181F46;
  border-bottom-color: #181F46;
}
.tab-content {
  background-color: #fff;
}
.page-section,
.page-section.container {
  padding-top: 20px;
}
.page-section .page {
  display: inline-block;
  color: #181F46;
  font-size: 14px;
  line-height: 28px;
  padding: 0 12px;
  margin-right: 8px;
  background-color: #fff;
  border-radius: 4px;
}
.page-section .page:hover,
.page-section .page__active {
  color: #fff;
  background-color: #181F46;
}
.relative-art {
  color: #676767;
  margin-top: 10px;
  padding: 16px 0;
  border-bottom: 1px solid #E9E6E1;
}
.relative-art-list {
  padding-top: 15px;
  padding-left: 120px;
}
.relative-art__title {
  font-size: 30px;
  color: #000;
  margin-bottom: 8px;
  max-height: 90px;
}
.banner-section.storage-page .container-fluid {
  padding-top: 170px;
  background: url(../images/banner-storage.png) center;
  background-size: auto 100%;
}

.sub-head{
  font-size: 26px;
  line-height: 40px;
  padding: 28px 0;
  margin-bottom: 35px;
}
.sub-head section.container{
  padding-top: 0;
  padding-bottom: 0;
}
.storage-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  background: center no-repeat;
  margin-right: 20px;
}
.storage-icon.icon1 {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAlCAMAAACNkcLAAAAAhFBMVEUAAAAYHkYXHkYXH0YYGEgYHkUYHkYXHkYWHUQYHkYXH0cVGD8ABjIYHkYXHkYXHUUUHkQYH0UXH0YXHkUWHkUYHkQWHUQTHEIVHEEWGkEXHkUXH0UXHkUYH0YXH0UXHkYYH0UXHUQXHkYYHkUYHkUXHkYXHkUXHkYYHkcXHkQAAAAYH0ZXN9I9AAAAK3RSTlMA4X9jFcOg80iyHwoF7dk2Mb+DeFtVPBsXE+bQuaymmnBf+NLKxpiPKyIBWiVkEAAAANRJREFUOMuV1GkPgjAMgOEOxakDOUQBL8Bb+///n2aBDJqWhOfrG7KSHTD0bTIYsT8i3iOprs9oXXKumlRjS3sGqOaAPWpHFn4g4ceu5hdkVEW7sKeRFW6Df84UijZLOOEoaL8+z4jNsHtA+JO7WXb2bP9gR7F97X5L7No6ij0KLLmDJXa3aQnb/VUnZDoxsc8XfQfaiWTa/qTlfKDs+g1HgdlquYY1ABSVUK+vEqzY5/Lp7abdKeZo99AxwjoAIl+4/CyAEbVjJDEIMkWuNmVS8jT8AFNrZk+JZfhsAAAAAElFTkSuQmCC');
}
.storage-icon.icon2 {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAeCAMAAACVFoclAAAAP1BMVEUAAAAYH0UPHTwXH0YYHkYYHUUVHEcYHkUXH0YYHkUNG0UaGk0YHkYYH0YYH0UXH0UXHkYYHkQUHkYAADMYH0bHm4vAAAAAFHRSTlMAfRDFsoEk68jCEgr17OCmeVYzBQpbtGgAAABVSURBVCjPYxBBATxMDJyoIgJoKkSYGJhRBRiHsgpOgiq42FAAN6YKdICpQpAVBQhhquAYJOExQCp42ZEBHzemCnRAjgoWFMAvTNClXIM3xAiqIJzGANvDPnP7s6RbAAAAAElFTkSuQmCC');
}
.storage-icon.icon3 {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAMAAADW3miqAAAAllBMVEUAAAAXHkUAEDgXH0UUHEEUHEQYHkYXHkUYHkQSGTwXHkYXHkYXH0UXHkYXHkYXHkUXHkUWHUUXF0IYHkYXH0UXHkYXHkUXHUUWHUYYHkUXHkUYHkUXHkUXHkUXHkQQF0AXHkUXH0UWHUUXHkQWHUUVHUUVHEYXHkYXHkYXHUUXHkUXHUUXHkQYHEQaGkAZHUQYH0QYH0ZlnZLLAAAAMXRSTlMAjwX6GCbszSoKyMXx5tyufx8V9d+knXpHwby0iW5ZD6iEaVNOMy7TlpJkX0tBFD10OoDpywAAAY9JREFUOMt10tlyqkAUheFlM08iIIqCOE/RJGe9/8udbKJGaPhvoIqvatMb0GntJnATheHc+cLmCL5RKpj9ZB/wJ0EXhYuxcXVydMgHqrFekmWKr46ZGHwhJGe5qNw+vBMVk3/oGJErfC3IWPUaQQHDAtaYrODtX2jGNppa+LZp7GA6rB/mg22Up/gwaH/DncrcJjPsIGBLji0UIbMDTKUNE+TlpJ9iZzA64RTdAaRZF5VkrlCRToJ9xgDAnF0UcAIvJmNPHo5l82cNOTc5FiuoWTP3BJMasuRYxq5Z50yhcnDXkRzL/pR1ytwNDax0tGsW8Gkzq5u5V0x0lAdlisIPFkeYy8BfQUNZAa0OkvXtr6N2V/xrmXOCCbVQ8614LavRkdV659SnXgRM+chYyWp62gAj/hYWspq+ajznTS350/qKFIBS7hwTFfub46ejjPW8eMBEHqQtt/KNBjqgSd3l3xjogmeHcMgs1Qu54yHj4S9z0WtmCu+peaYR+4ZuSW60yXaNnpK5/3Th8vZG/gMq4ZMaxad2wwAAAABJRU5ErkJggg==');
}
.product-search {
  padding: 20px 15px 0;
}
.product-search select {
  height: 48px;
  padding: 0 30px;
  border: 1px solid #AFAEAE;
  border-radius: 10px;
}
.product-list {
  padding: 20px 0;
  margin: 0 -25px;
}
.product-item {
  display: inline-block;
  vertical-align: top;
  width: 308px;
  line-height: 60px;
  color: #000000;
  margin: 15px 40px;
}
.product-item__img {
  display: block;
  width: 100%;
  height: 228px;
}
.product-header {
  margin-bottom: 20px;
}
.product-img {
  text-align: center;
  width: 530px;
  height: 530px;
  margin-left: 55px;
  margin-right: 40px;
}
.product-img img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.product-title {
  font-size: 48px;
  font-weight: normal;
  padding-bottom: 30px;
  margin-bottom: 25px;
  border-bottom: 1px solid #D2D2D2;
}
.product-styles {
  font-size: 0;
  margin-top: 30px;
  padding: 30px 0;
  border-top: 1px solid #D2D2D2;
}
.product-style {
  display: inline-block;
  width: 180px;
  height: 180px;
  margin: 10px 12px;
  vertical-align: top;
}
.product-style.checked {
  border: 4px solid #AE000E;
}
.product-desc {
  font-size: 22px;
  -ms-flex: 1 1 50%;
      flex: 1 1 50%;
  margin-top: -28px;
  margin-right: -15px;
  padding: 130px 35px 30px;
  background: url(../images/product-desc.png) #fff center 30px no-repeat;
}
.product-desc img {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}
.checkbox {
  display: inline-block;
  vertical-align: top;
  width: 218px;
  line-height: 58px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  margin: 15px;
  border: 1px solid #9D9D9D;
  cursor: pointer;
}
.checkbox__checked,
.checkbox:hover {
  color: #fff;
  background-color: #181F46;
  border-color: #181F46;
}
.storage-solution {
  font-size: 18px;
  margin-top: 80px;
}
.storage-solution__title {
  color: #fff;
  font-size: 32px;
  line-height: 72px;
  text-align: center;
  width: 340px;
  margin-right: 40px;
  background: #181F46;
}
.storage-solution .flex-fill {
  width: 50%;
}
.storage-solution__img {
  margin-top: 60px;
  width: 100%;
}
.recommand-product {
  width: 340px;
  margin-right: 20px;
  margin-left: -15px;
  margin-top: -28px;
  background-color: #fff;
}
.recommand-product__title {
  color: #fff;
  font-size: 24px;
  padding: 20px;
  background-color: #181F46;
}
.recommand-product .product-item {
  display: block;
  margin: 20px auto 0;
}
.banner-section.about-page .container-fluid {
  background: url(../images/banner-about.png) center;
  background-size: auto 100%;
}
.banner-section.about-page .banner-title {
  display: none;
}
.about-content {
  margin-top: 40px;
}
.about-values {
  color: #fff;
  background: url(../images/about-values.png) center;
  padding: 15px 0;
}
.about-values .section-title {
  font-size: 60px;
}
.about-values-item {
  display: inline-block;
  font-size: 40px;
  width: 216px;
  line-height: 210px;
  margin: 70px 50px;
  border-radius: 50%;
  border: 3px solid #fff;
}
.about-business {
  font-size: 0;
  padding-top: 70px;
  padding-bottom: 30px;
}
.about-business .section-title {
  font-size: 60px;
}
.about-business-item {
  color: #fff;
  display: inline-block;
  font-size: 40px;
  width: 263px;
  line-height: 263px;
  margin: 15px 25px;
}
.about-business-item.bg1 {
  background-image: url(../images/about-business1.png);
}
.about-business-item.bg2 {
  background-image: url(../images/about-business2.png);
}
.about-business-item.bg3 {
  background-image: url(../images/about-business3.png);
}
.about-business-item.bg4 {
  background-image: url(../images/about-business4.png);
}
.about-talent {
  color: #fff;
  background: url(../images/about-talent.png) center;
  padding: 60px 0;
  line-height: 181px;
}
.about-talent .section-title {
  font-size: 60px;
}
.about-talent-item {
  display: inline-block;
  font-size: 40px;
  line-height: 109px;
  padding: 0 50px;
  margin: 0 20px;
  border: 3px solid #fff;
}
@keyframes show-menu {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@media (max-width: 1299px) {
  .navbar-contact {
    display: block;
    font-size: 26px;
    width: 10%;
    -ms-flex: 1;
        flex: 1;
  }
  .navbar-contact-btn {
    display: none;
  }
  .navbar-nav-scroll {
    display: none;
  }
  .navbar-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .navbar-menu .navbar-nav,
  .navbar-menu-logo {
    animation: show-menu 0.2s ease-in;
  }
  .navbar-menu-btn {
    display: block;
    width: 0.82rem!important;
    height: 0.5rem!important;
    /*background: url(../images/btn11.png);*/

    background: url(../images/btn22.png);
    background-size: 100% 100%;
  }
  .navbar-menu-close {
    position: absolute;
    z-index: 1002;
    top: 40px;
    right: 410px;
    /*background: url(../images/btn11.png);*/
    background: url(../images/btn22.png);
    background-size: 100% 100%;

  }
  .navbar-menu-logo {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 1002;
    display: block;
    width: 480px;
    padding: 10px 0;
    background-color: #fff;
  }
  .navbar-menu-logo > img {
    margin: 0 auto;
    height: 36px;
  }
  .navbar-nav {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 480px;
    padding: 180px 80px 36px 100px;
    white-space: normal;
    overflow: auto;
    background-color: #fff;
  }
  .navbar-nav .nav-item {
    padding: 10px 0;
    width: 100%;
    margin-bottom: 30px;
  }
  .navbar-nav .nav-item a {
    display: block;
    font-size: 22px;
    text-align: right;
    padding: 0 20px;
    line-height: 52px;
  }
  .navbar-nav .nav-item a:hover {
    color: #fff;
    background-color: #181F46;
  }
  .navbar .expand {
    color: #fff;
    background-color: #181F46;
  }
  .navbar .expand .sub-nav {
    position: relative;
    padding: 10px 0;
    background-color: #181F46;
  }
  .navbar .expand .sub-nav .nav-item {
    color: #fff;
    padding: 0;
    margin-bottom: 0;
  }
  .navbar .expand .sub-nav .nav-item a {
    font-size: 20px;
  }
  .navbar .expand .sub-nav .nav-item a:hover {
    color: #91a2ff;
  }
}
@media (max-width: 990px) {
  body,
  .banner-section {
    min-width: 100%;
  }
  section.container,
  .footer .container {
    width: 100%;
  }
  .f16 {
    font-size: 0.16rem;
  }
  .f20 {
    font-size: 0.2rem;
  }
  .f24 {
    font-size: 0.24rem;
  }
  .f28 {
    font-size: 0.28rem;
  }
  .f30 {
    font-size: 0.3rem;
  }
  .f40 {
    font-size: 0.4rem;
  }
  .lh2 {
    line-height: 2;
  }
  .w130 {
    width: 1.3rem !important;
  }
  .w360 {
    width: 3.6rem !important;
  }
  .h50 {
    height: 0.5rem;
  }
  .h150 {
    height: 1.5rem;
  }
  .mt10 {
    margin-top: 0.1rem;
  }
  .mt20 {
    margin-top: 0.2rem;
  }
  .mt30 {
    margin-top: 0.3rem;
  }
  .mt75 {
    margin-top: 0.75rem;
  }
  .mr5 {
    margin-right: 0.05rem;
  }
  .mb15 {
    margin-bottom: 0.15rem;
  }
  .mb20 {
    margin-bottom: 0.2rem;
  }
  .mb40 {
    margin-bottom: 0.4rem;
  }
  .ml20 {
    margin-left: 0.2rem;
  }
  .ml30 {
    margin-left: 0.3rem;
  }
  .pt10 {
    padding-top: 0.1rem;
  }
  .pt20 {
    padding-top: 0.2rem !important;
  }
  .pt40 {
    padding-top: 0.4rem;
  }
  .pb20 {
    padding-bottom: 0.2rem;
  }
  .pb30 {
    padding-bottom: 0.3rem;
  }
  .px15 {
    padding-left: 0.15rem;
    padding-right: 0.15rem;
  }
  .px20 {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  .px30 {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .py5 {
    padding-top: 0.05rem;
    padding-bottom: 0.05rem;
  }
  .py15 {
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
  }
  .py30 {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
  .btn {
    padding: 0.06rem 0.12rem;
    font-size: 0.16rem;
    border-radius: 0.04rem;
  }
  .btn__round {
    border-radius: 1rem;
  }
  .container,
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    padding-right: 0.3rem;
    padding-left: 0.3rem;
  }
  .row {
    margin-right: -0.3rem;
    margin-left: -0.3rem;
  }
  .no-gutters {
    margin-right: 0;
    margin-left: 0;
  }
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-auto,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-sm-auto,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-md-auto,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-lg-auto,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl,
  .col-xl-auto {
    padding-right: 0.15rem;
    padding-left: 0.15rem;
  }
  .navbar {
    height: 0.9rem;
  }
  .navbar .container {
    padding: 0 0.3rem;
  }
  .navbar-brand {
    width: 1.5rem;
    height: 0.9rem;
  }
  .navbar-contact {
    font-size: 0.26rem;
    color: #676767;
  }
  .navbar-menu-btn {
    width: 0.36rem;
    height: 0.36rem;
  }
  .navbar-menu-close {
    top: 0.4rem;
    right: 3.6rem;
  }
  .navbar-menu-logo {
    width: 4.8rem;
    padding: 0.1rem 0;
  }
  .navbar-menu-logo > img {
    height: 0.36rem;
  }
  .navbar-nav {
    width: 4.8rem;
    padding: 1.8rem 0.8rem 0.36rem 1rem;
  }
  .navbar-nav .nav-item {
    padding: 0.1rem 0;
    margin-bottom: 0.3rem;
  }
  .navbar-nav .nav-item a {
    font-size: 0.22rem;
    padding: 0 0.2rem;
    line-height: 0.52rem;
  }
  .navbar-nav .expand .sub-nav {
    padding: 0.1rem 0;
  }
  .navbar-nav .expand .sub-nav .nav-item a {
    font-size: 0.2rem;
  }
  section.container {
    font-size: 0.2rem;
    padding-top: 0.48rem;
    padding-bottom: 0.2rem;
  }
  .banner-section {
    padding-top: 0.9rem;
  }
  .banner-section .container-fluid {
    height: 5rem;
  }
  .banner-section .banner-title {
    font-size: 0.43rem;
  }
  .banner-section .banner-subtitle {
    font-size: 0.26rem;
  }
  .section-logo {
    font-size: 0.36rem;
    margin-bottom: 0.45rem;
  }
  .section-logo img {
    height: 0.5rem;
    margin-right: 0.16rem;
  }
  .section-title {
    font-size: 0.48rem;
    margin-top: 0.3rem;
    margin-bottom: 0.2rem;
  }
  .sub-section .section-title {
    font-size: 0.3rem;
    margin-top: 0.5rem;
    margin-bottom: 0.4rem;
  }
  .footer-title {
    font-size: 0.28rem;
    padding: 0.7rem 0.2rem 0.3rem;
  }
  .footer-menu {
    padding: 0.2rem;
  }
  .footer-menu dt {
    font-size: 0.28rem;
    margin-bottom: 0.2rem;
  }
  .footer-menu dd {
    font-size: 0.24rem;
    margin-bottom: 0.12rem;
  }
  .footer-info {
    font-size: 0.24rem;
    padding: 0.2rem 0.2rem 0;
    margin-bottom: -0.1rem;
  }
  .banner-section.index-page .container-fluid {
    padding-top: 1.8rem;
  }
  .ashes-rack {
    padding: 0.3rem;
  }
  .ashes-rack .ashes-rack__info {
    padding-right: 0;
  }
  .ashes-rack__list {
    margin-top: 0.6rem;
  }
  .ashes-rack__list li {
    margin: 0.15rem;
  }
  .ashes-rack__title {
    width: 2.7rem;
    line-height: 1.6rem;
    font-size: 0.2rem;
  }
  .ashes-rack__media {
    height: 6rem;
    margin-top: 0.3rem;
  }
  .funeral-system {
    margin-top: -0.5rem;
    padding: 0.3rem 0.3rem 0.6rem;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  .funeral-system__img {
    margin-top: 0.5rem;
    height: 5.12rem;
  }
  .funeral-system .funeral-system__info {
    padding-left: 0;
    text-align: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .funeral-system__action li {
    font-size: 0.18rem;
    line-height: 0.5rem;
    width: 3.7rem;
    height: 0.5rem;
    margin-top: 0.15rem;
    padding-left: 0.18rem;
    background: url(../images/icon-enter.png) 3.25rem center no-repeat;
    background-size: auto 0.24rem;
  }
  .funeral-system__action li:hover,
  .funeral-system__action li.active {
    background: url(../images/icon-enter-w.png) #181F46 3.25rem center no-repeat;
    background-size: auto 0.24rem;
  }
  .worship-hall .section-title {
    text-align: center;
  }
  .worship-hall .audio-btn {
    display: block;
    float: none;
    font-size: 0.2rem;
    line-height: 0.5rem;
    width: 2.5rem;
    margin: 0.2rem auto 0;
    padding: 0 0.2rem 0 0.4rem;
    background-position: 0.15rem center;
    background-size: auto 0.2rem;
  }
  .worship-hall__list {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .worship-hall__list .d-flex {
    height: 6.5rem;
    padding: 0.6rem 0.36rem 0.45rem;
  }
  .worship-hall__item {
    width: unset;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    margin: 0.3rem 0 0;
    background-size: cover;
  }
  .worship-hall__item:hover {
    width: unset;
  }
  .platform {
    margin-top: 0.2rem;
    padding: 0.3rem 0.3rem 0;
    background-color: #fff;
  }
  .platform .section-title {
    text-align: center;
  }
  .platform__btn {
    display: block;
    width: 2rem;
    font-size: 0.2rem;
    line-height: 0.52rem;
    padding: 0 0.42rem;
    margin: 0.4rem auto;
  }
  .platform__qrcode {
    width: 1.96rem;
    height: 1.96rem;
    margin: 0 auto;
  }
  .platform__img {
    width: 100%;
    height: unset;
    margin: 0.4rem 0 0;
  }
  .about__desc {
    font-size: 0.2rem;
    padding: 0 0.3rem 0.3rem;
  }
  .address-map {
    margin: 0.6rem auto 0.2rem;
    width: 6.9rem;
    height: 3.2rem;
    border-radius: 0.3rem;
  }
  .certificate {
    margin: 0 -0.3rem;
  }
  .certificate-list {
    margin: 0.2rem -0.12rem 0;
  }
  .certificate-list li {
    margin: 0.5rem 0.12rem 0.4rem;
  }
  .certificate-list li img {
    width: 2.15rem;
    height: 2.96rem;
  }
  .banner-section.funeral-page .banner-title {
    margin-top: 1.6rem;
  }
  .banner-section.funeral-page .func-list {
    margin-top: 0.3rem;
  }
  .banner-section.funeral-page .func-list li {
    font-size: 0.26rem;
    padding: 0.07rem 0.4rem;
    margin: 0 0.18rem 0.2rem;
  }
  .shortage-list {
    font-size: 0.2rem;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .shortage-list > li {
    padding: 0 0.3rem 0.25rem;
    margin-left: 0;
  }
  .shortage-list > li:not(:first-child):before {
    content: none;
  }
  .shortage-list > li:first-child {
    padding-top: 0.55rem;
  }
  .shortage-list > li:first-child::before {
    width: 1.75rem;
    height: 0.35rem;
    line-height: 0.34rem;
    padding-left: 0.5rem;
  }
  .smart-solution {
    padding: 0.2rem 0.3rem 0.4rem;
    font-size: 0.2rem;
  }
  .smart-solution .section-title {
    text-align: center;
  }
  .smart-solution__list {
    margin-top: 0;
    margin-right: 0;
    padding: 0.2rem 0.4rem;
  }
  .smart-solution__list > li {
    margin-bottom: 0.3rem;
  }
  .smart-solution__video > video {
    height: 5.38rem;
  }
  .func-module {
    margin: 0.4rem -0.15rem 0;
  }
  .func-module > li {
    font-size: 0.22rem;
    margin: 0.3rem 0.15rem 0;
  }
  .func-module__icon {
    width: 0.7rem;
    height: 0.7rem;
    margin-bottom: 0.2rem;
  }
  .func-module__item {
    width: 2.1rem;
    height: 2.25rem;
    padding: 0.5rem 0.2rem;
  }
  .effect-list {
    margin: 0.45rem -0.2rem 0;
  }
  .effect-list > li {
    width: 3.25rem;
    padding: 0.6rem 0.12rem 0.2rem;
    margin: 0.15rem 0.2rem 0;
  }
  .effect-desc {
    font-size: 0.2rem;
    height: 1.8rem;
    padding: 0 0.18rem;
  }
  .effect-img {
    height: 2.52rem;
  }
  .news-list {
    margin: 0.3rem -0.3rem 0;
    padding: 0.15rem;
  }
  .news-list > li {
    width: 3.3rem;
    padding: 0;
    margin: 0.15rem 0.15rem 0;
    background: #fff;
  }
  .news-img {
    height: 2.5rem;
  }
  .news-title {
    font-size: 0.24rem;
    padding: 0.14rem 0.15rem 0.1rem;
  }
  .news-desc {
    font-size: 0.16rem;
    height: 0.72rem;
    padding: 0 0.15rem;
    margin-bottom: 0.2rem;
  }
  .contact {
    padding: 0 0.3rem;
  }
  .contact__info {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0.3rem;
  }
  .contact__info .contact-btn {
    display: block;
    width: 2rem;
  }
  .contact__panel {
    display: none;
    float: none;
    width: unset;
    font-size: 0.2rem;
    padding: 0.3rem;
    margin: 0 0.3rem;
    border-radius: 0.3rem;
  }
  .contact__form {
    padding: 0.3rem 0.2rem;
    margin: 0.6rem -0.3rem 0.4rem;
  }
  .contact-label {
    font-size: 0.2rem;
    width: 1.2rem;
    margin-right: 0.2rem;
    line-height: 0.48rem;
  }
  .contact-item {
    margin-bottom: 0.28rem;
  }
  .contact-item input {
    height: 0.48rem;
    max-width: 100%;
  }
  .contact-btn {
    width: 4rem;
    font-size: 0.2rem;
    line-height: 0.4rem;
  }
  .banner-section.sacrificial-page .container-fluid {
    text-align: center;
    padding-top: 1rem;
  }
  .banner-section.sacrificial-page .banner-subtitle {
    margin-top: 0.64rem;
  }
  .worship-hall2 {
    padding: 0.4rem 0.3rem 0.6rem;
    margin: 0 -0.3rem;
  }
  .worship-hall2 .section-title {
    text-align: center;
  }
  .worship-hall2__info {
    font-size: 0.2rem;
    text-align: center;
    padding: 0.1rem 0.6rem 0.5rem;
  }
  .worship-hall2__video {
    width: 100%;
    height: 3.45rem;
    margin-left: 0;
  }
  .worship-process {
    margin: 0.6rem -0.23rem -0.24rem;
  }
  .worship-process li {
    font-size: 0.2rem;
    width: 3.22rem;
    height: 3.11rem;
    padding: 0.3rem 0.2rem;
    margin: 0 0.23rem 0.24rem;
  }
  .worship-process li .flex-fill {
    padding-top: 0.04rem;
  }
  .worship-process__no {
    font-size: 0.36rem;
    line-height: 0.32rem;
    padding-left: 0.16rem;
    padding-right: 0.1rem;
    border-left: 0.08rem solid #181f46;
  }
  .worship-process__img {
    left: 0.7rem;
    right: 0.7rem;
    bottom: 0;
  }
  .value-proposition {
    margin: 0.5rem 0 0;
  }
  .value-proposition a {
    font-size: 0.22rem;
    height: 2.44rem;
    padding-top: 0.7rem;
    margin: 0 -0.15rem;
  }
  .banner-section.platform-page .container-fluid {
    text-align: center;
    padding-top: 0.7rem;
  }
  .banner-section.platform-page .num-span {
    display: block;
    font-size: 0.4rem;
  }
  .banner-section.platform-page .num-span::before {
    content: none;
  }
  .banner-section.platform-page .num-span::after {
    color: inherit;
    font-size: inherit;
  }
  .banner-section.platform-page .qr-code {
    margin: 0.4rem;
    width: 1rem;
    height: 1rem;
    /*margin-left: auto;*/
    /*margin-right: auto;*/
  }
  .museum {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
  .museum__desc {
    font-size: 0.2rem;
  }
  .platform-data {
    padding: 0.4rem 0.22rem 0.8rem;
  }
  .platform-data__item {
    font-size: 0.42rem;
    padding: 0.08rem 0.08rem 0.16rem;
    margin: 0.64rem 0.08rem 0;
  }
  .platform-data__desc {
    font-size: 0.2rem;
    margin: 0.3rem 0.08rem 0;
  }
  .platform-data__marquee {
    font-size: 0.22rem;
    height: 2.1rem;
    margin-top: 0.8rem;
  }
  .platform-data__marquee .d-flex {
    padding: 0.1rem 0.2rem;
  }
  .platform-data__candle {
    height: 0.43rem;
    margin-right: 0.2rem;
  }
  .platform-data__avatar {
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 0.2rem;
  }
  .service {
    margin: 0;
    padding: 0.5rem 0.16rem 0;
  }
  .service .col-6 {
    padding: 0.14rem;
  }
  .service__item {
    font-size: 0.2rem;
    height: 3rem;
    padding: 0.3rem;
  }
  .service__item > .f40 {
    font-size: 0.32rem;
  }
  .consultation {
    display: block;
  }
  .consultation__mask {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1050;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0.4rem;
    background: rgba(0, 0, 0, 0.5);
  }
  .consultation__dialog {
    background: #fff;
    width: 6.2rem;
    height: 4.8rem;
    padding: 0.4rem 0.32rem;
    max-height: 100%;
    overflow: auto;
  }
  .consultation__btn {
    position: fixed;
    width: 1.16rem;
    height: 1.16rem;
    right: 0.4rem;
    bottom: 0.9rem;
    background: #fff;
    border-radius: 50%;
    font-size: 0.2rem;
    text-align: center;
    padding-top: 0.16rem;
    border: 1px solid #181F46;
    z-index: 1000;
    cursor: pointer;
  }
  .consultation__btn img {
    height: 0.46rem;
    margin: 0 auto;
  }
  .banner-section.list-page .container-fluid {
    text-align: center;
    padding-top: 2.18rem;
  }
  .article-list {
    padding: 0.15rem 0 0.55rem;
  }
  .article-item {
    font-size: 0.2rem;
    padding: 0.3rem 0;
    border-bottom: 0.01rem solid #E9E6E1;
  }
  .article-item__date {
    display: inline-block;
    color: #181F46;
    line-height: 0.36rem;
    padding: 0 0.2rem;
    margin-top: 0;
    border: 0.01rem solid #181F46;
  }
  .article-item__image {
    float: none;
    margin-top: 0.3rem;
    width: 4rem;
    height: 2rem;
  }
  .article-section {
    border-top: 0.9rem solid #f8f8f8;
    padding-bottom: 0.5rem;
  }
  .article-title {
    font-size: 0.3rem;
  }
  .article-date {
    color: #676767;
  }
  .article-content {
    padding: 0.4rem 0 0.3rem;
    font-size: 0.22rem;
  }
  .tab-list {
    padding: 0.4rem 0;
    background-color: #fff;
  }
  .tab-item {
    height: 0.48rem;
    font-size: 0.26rem;
    line-height: 0.5rem;
    margin-right: 0.4rem;
    border-bottom: 0.05rem solid transparent;
  }
  .page-section,
  .page-section.container {
    text-align: center;
    padding-top: 0;
  }
  .page-section .page {
    font-size: 0.14rem;
    line-height: 0.28rem;
    padding: 0 0.12rem;
    margin-right: 0.08rem;
    border-radius: 0.04rem;
  }
  .banner-section.storage-page .container-fluid {
    padding-top: 1.5rem;
  }
  .storage-section {
    font-size: 0.26rem;
    line-height: 0.4rem;
    padding: 0.28rem 0;
    margin-top: 0.35rem;
    margin-bottom: 0.35rem;
    text-align: center;
  }
  .storage-section .col-12 + .col-12 {
    margin-top: 0.3rem;
  }
  .storage-icon {
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.2rem;
    background-size: contain;
  }
  .product-search {
    padding: 0.2rem 0 0;
  }
  .product-search select {
    height: 0.48rem;
    padding: 0 0.3rem;
    border: 0.01rem solid #AFAEAE;
    border-radius: 0.1rem;
  }
  .product-list {
    padding: 0.2rem 0;
    margin: 0 -0.25rem;
  }
  .product-item {
    width: 3.04rem;
    line-height: 0.6rem;
    margin: 0.15rem 0.3rem;
  }
  .product-item__img {
    height: 2.28rem;
  }
  .product-back-btn {
    font-size: 0.22rem;
    color: #676767;
    padding-left: 0.3rem;
    padding-bottom: 0.2rem;
  }
  .product-header {
    margin-bottom: 0.2rem;
    text-align: center;
  }
  .product-img-m {
    margin: 0.25rem auto 0;
    max-width: 100%;
  }
  .product-title {
    font-size: 0.48rem;
    padding-bottom: 0.3rem;
    margin-bottom: 0;
    border-bottom: none;
  }
  .product-styles {
    font-size: 0;
    margin: 0.3rem -0.16rem 0;
    padding: 0.3rem 0;
    border-top: none;
  }
  .product-style {
    width: 2.06rem;
    height: 2.06rem;
    margin: 0.1rem 0.16rem;
  }
  .product-style.checked {
    border: 0.04rem solid #AE000E;
  }
  .product-desc {
    font-size: 0.22rem;
    -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    margin: -0.28rem -0.3rem 0;
    padding: 1.3rem 0.35rem 0.3rem;
    background: url(../images/product-desc.png) #fff center 0.35rem / auto 0.54rem no-repeat;
  }
  .product-desc img {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
  }
  .checkbox {
    font-size: 0.2rem;
    width: 2.15rem;
    line-height: 0.58rem;
    margin: 0.1rem;
    border: 0.01rem solid #9D9D9D;
  }
  .checkbox-group {
    font-size: 0;
    margin: 0 -0.1rem;
  }
  .storage-solution {
    font-size: 0.18rem;
    margin-top: 0.8rem;
  }
  .storage-solution__title {
    font-size: 0.32rem;
    line-height: 0.72rem;
    width: 3.4rem;
    margin-right: 0.4rem;
  }
  .storage-solution .d-flex {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .storage-solution .flex-fill {
    margin-top: 0.6rem;
    width: 100%;
  }
  .storage-solution__img {
    margin-top: 0.3rem;
  }
  .banner-section.about-page .banner-title {
    display: block;
    margin-top: 1.25rem;
  }
  .about-content {
    color: #676767;
    padding: 0.4rem;
    margin-top: 0;
  }
  .about-values {
    padding: 0.15rem 0;
    margin-top: 2rem;
  }
  .about-values .section-title {
    font-size: 0.6rem;
    margin-top: -2.6rem;
    color: #000;
    line-height: 2rem;
  }
  .about-values-item {
    font-size: 0.4rem;
    width: 2.16rem;
    line-height: 2.1rem;
    margin: 0.7rem 0.5rem;
    border-radius: 50%;
    border: 0.03rem solid #fff;
  }
  .about-business {
    padding-top: 0.7rem;
    padding-bottom: 0.3rem;
    margin: 0 -0.2rem;
  }
  .about-business .section-title {
    font-size: 0.6rem;
  }
  .about-business-item {
    font-size: 0.3rem;
    width: 2rem;
    line-height: 2rem;
    margin: 0.1rem 0.2rem;
    background-size: contain;
  }
  .about-talent {
    padding: 0.6rem 0;
    line-height: 1.81rem;
    margin-top: 2rem;
  }
  .about-talent .section-title {
    font-size: 0.6rem;
    color: #000;
    line-height: 1.2rem;
    margin-top: -2.6rem;
    margin-bottom: 1.4rem;
  }
  .about-talent .tac {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .about-talent-item {
    display: block;
    font-size: 0.4rem;
    line-height: 1.09rem;
    padding: 0 0.5rem;
    margin: 0 auto 0.4rem;
    border: 0.03rem solid #fff;
  }
}
